home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
Exploit and vulnerability
/
w00w00
/
sectools
/
dsniff
/
hex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-05-16
|
323 b
|
20 lines
/*
hex.h
Hexadecimal conversion routines.
Copyright (c) 2000 Dug Song <dugsong@monkey.org>
$Id: hex.h,v 1.1 2000/05/16 17:31:15 dugsong Exp $
*/
#ifndef HEX_H
#define HEX_H
int hex_decode(char *src, u_char *buf, int len);
void hex_print(const u_char *buf, int len, int offset);
#endif /* HEX_H */